home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / l2101a.zip / COMPILE.DOC < prev    next >
Text File  |  1997-07-06  |  2KB  |  42 lines

  1.  
  2.   LORD2 Compile.exe V1.00 by Seth.
  3.  
  4.   Have you written an IGM or World and you don't want others to be able
  5.   to look inside it?
  6.  
  7.   Use COMPILE.EXE on your ref and people CAN'T do the following:
  8.  
  9.    * Look at the .ref to find hidden tricks
  10.    * Change the .ref to make it easier/customized
  11.    * Steal your work and copy it
  12.  
  13.   Sounds great!  Is it hard to do?
  14.  
  15.   Nope, just type "COMPILER.EXE refname.ref" and it will create a file
  16.   called "refname.rec" without touching your original.
  17.  
  18.   Now, take your source (the .ref file) out of the dir and run LORD2, it will
  19.   automatically load the .REC after it cannot find the .REF file!  If a .ref
  20.   exists, it will always run that instead of the .REC.  (.ref is the source
  21.   file, .rec is the compiled version.  Get it?  LORD2 can read both)
  22.  
  23.   ** Info and quirks **
  24.  
  25.   * SHOW SCROLL will not work inside of a compiled .ref.  The good news
  26.   is nobody I've ever seen has used this feature, and if you need it just
  27.   stick it into a different .ref file - you can mix and match uncompiled
  28.   and compiled together.  As for as original LORD2 .refs, HELP.REF is the
  29.   only one that uses it. 
  30.  
  31.   * Compiled .refs aren't really compiled.. they are encrypted.  This means
  32.   they are not smaller or faster, just the opposite actually.  
  33.  
  34.   * Declare command will not work with compiled .refs.  I may add this
  35.   later, it would really speed up .refs as they would not need to be
  36.   'scanned' before running each time.  (although no one has built a util
  37.   to add DECLARE statements to uncompiled .refs either, so no great loss)
  38.  
  39.   * I did a compile *.ref in the LORD2 dir, then deleted *.ref and manually
  40.   copied help.ref into the dir (the one with the scroll scroll), and everything
  41.   worked great but be warned that this is basically untested.
  42.